3.1.39 \(\int \frac {(A+B x) (b x+c x^2)^3}{x^8} \, dx\)

Optimal. Leaf size=69 \[ -\frac {A b^3}{4 x^4}-\frac {b^2 (3 A c+b B)}{3 x^3}-\frac {c^2 (A c+3 b B)}{x}-\frac {3 b c (A c+b B)}{2 x^2}+B c^3 \log (x) \]

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 69, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.050, Rules used = {765} \begin {gather*} -\frac {b^2 (3 A c+b B)}{3 x^3}-\frac {A b^3}{4 x^4}-\frac {c^2 (A c+3 b B)}{x}-\frac {3 b c (A c+b B)}{2 x^2}+B c^3 \log (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((A + B*x)*(b*x + c*x^2)^3)/x^8,x]

[Out]

-(A*b^3)/(4*x^4) - (b^2*(b*B + 3*A*c))/(3*x^3) - (3*b*c*(b*B + A*c))/(2*x^2) - (c^2*(3*b*B + A*c))/x + B*c^3*L
og[x]

Rule 765

Int[((e_.)*(x_))^(m_.)*((f_.) + (g_.)*(x_))*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[Expand
Integrand[(e*x)^m*(f + g*x)*(a + b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, e, f, g, m}, x] && IntegerQ[p] && (
GtQ[p, 0] || (EqQ[a, 0] && IntegerQ[m]))

Rubi steps

\begin {align*} \int \frac {(A+B x) \left (b x+c x^2\right )^3}{x^8} \, dx &=\int \left (\frac {A b^3}{x^5}+\frac {b^2 (b B+3 A c)}{x^4}+\frac {3 b c (b B+A c)}{x^3}+\frac {c^2 (3 b B+A c)}{x^2}+\frac {B c^3}{x}\right ) \, dx\\ &=-\frac {A b^3}{4 x^4}-\frac {b^2 (b B+3 A c)}{3 x^3}-\frac {3 b c (b B+A c)}{2 x^2}-\frac {c^2 (3 b B+A c)}{x}+B c^3 \log (x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 71, normalized size = 1.03 \begin {gather*} B c^3 \log (x)-\frac {3 A \left (b^3+4 b^2 c x+6 b c^2 x^2+4 c^3 x^3\right )+2 b B x \left (2 b^2+9 b c x+18 c^2 x^2\right )}{12 x^4} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((A + B*x)*(b*x + c*x^2)^3)/x^8,x]

[Out]

-1/12*(2*b*B*x*(2*b^2 + 9*b*c*x + 18*c^2*x^2) + 3*A*(b^3 + 4*b^2*c*x + 6*b*c^2*x^2 + 4*c^3*x^3))/x^4 + B*c^3*L
og[x]

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {(A+B x) \left (b x+c x^2\right )^3}{x^8} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[((A + B*x)*(b*x + c*x^2)^3)/x^8,x]

[Out]

IntegrateAlgebraic[((A + B*x)*(b*x + c*x^2)^3)/x^8, x]

________________________________________________________________________________________

fricas [A]  time = 0.40, size = 75, normalized size = 1.09 \begin {gather*} \frac {12 \, B c^{3} x^{4} \log \relax (x) - 3 \, A b^{3} - 12 \, {\left (3 \, B b c^{2} + A c^{3}\right )} x^{3} - 18 \, {\left (B b^{2} c + A b c^{2}\right )} x^{2} - 4 \, {\left (B b^{3} + 3 \, A b^{2} c\right )} x}{12 \, x^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)*(c*x^2+b*x)^3/x^8,x, algorithm="fricas")

[Out]

1/12*(12*B*c^3*x^4*log(x) - 3*A*b^3 - 12*(3*B*b*c^2 + A*c^3)*x^3 - 18*(B*b^2*c + A*b*c^2)*x^2 - 4*(B*b^3 + 3*A
*b^2*c)*x)/x^4

________________________________________________________________________________________

giac [A]  time = 0.18, size = 73, normalized size = 1.06 \begin {gather*} B c^{3} \log \left ({\left | x \right |}\right ) - \frac {3 \, A b^{3} + 12 \, {\left (3 \, B b c^{2} + A c^{3}\right )} x^{3} + 18 \, {\left (B b^{2} c + A b c^{2}\right )} x^{2} + 4 \, {\left (B b^{3} + 3 \, A b^{2} c\right )} x}{12 \, x^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)*(c*x^2+b*x)^3/x^8,x, algorithm="giac")

[Out]

B*c^3*log(abs(x)) - 1/12*(3*A*b^3 + 12*(3*B*b*c^2 + A*c^3)*x^3 + 18*(B*b^2*c + A*b*c^2)*x^2 + 4*(B*b^3 + 3*A*b
^2*c)*x)/x^4

________________________________________________________________________________________

maple [A]  time = 0.05, size = 76, normalized size = 1.10 \begin {gather*} B \,c^{3} \ln \relax (x )-\frac {A \,c^{3}}{x}-\frac {3 B b \,c^{2}}{x}-\frac {3 A b \,c^{2}}{2 x^{2}}-\frac {3 B \,b^{2} c}{2 x^{2}}-\frac {A \,b^{2} c}{x^{3}}-\frac {B \,b^{3}}{3 x^{3}}-\frac {A \,b^{3}}{4 x^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((B*x+A)*(c*x^2+b*x)^3/x^8,x)

[Out]

-1/4*A*b^3/x^4-b^2/x^3*A*c-1/3*b^3/x^3*B-3/2*b*c^2/x^2*A-3/2*b^2*c/x^2*B-c^3/x*A-3*c^2/x*b*B+B*c^3*ln(x)

________________________________________________________________________________________

maxima [A]  time = 0.92, size = 72, normalized size = 1.04 \begin {gather*} B c^{3} \log \relax (x) - \frac {3 \, A b^{3} + 12 \, {\left (3 \, B b c^{2} + A c^{3}\right )} x^{3} + 18 \, {\left (B b^{2} c + A b c^{2}\right )} x^{2} + 4 \, {\left (B b^{3} + 3 \, A b^{2} c\right )} x}{12 \, x^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)*(c*x^2+b*x)^3/x^8,x, algorithm="maxima")

[Out]

B*c^3*log(x) - 1/12*(3*A*b^3 + 12*(3*B*b*c^2 + A*c^3)*x^3 + 18*(B*b^2*c + A*b*c^2)*x^2 + 4*(B*b^3 + 3*A*b^2*c)
*x)/x^4

________________________________________________________________________________________

mupad [B]  time = 0.08, size = 71, normalized size = 1.03 \begin {gather*} B\,c^3\,\ln \relax (x)-\frac {x^2\,\left (\frac {3\,B\,b^2\,c}{2}+\frac {3\,A\,b\,c^2}{2}\right )+x\,\left (\frac {B\,b^3}{3}+A\,c\,b^2\right )+\frac {A\,b^3}{4}+x^3\,\left (A\,c^3+3\,B\,b\,c^2\right )}{x^4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((b*x + c*x^2)^3*(A + B*x))/x^8,x)

[Out]

B*c^3*log(x) - (x^2*((3*A*b*c^2)/2 + (3*B*b^2*c)/2) + x*((B*b^3)/3 + A*b^2*c) + (A*b^3)/4 + x^3*(A*c^3 + 3*B*b
*c^2))/x^4

________________________________________________________________________________________

sympy [A]  time = 0.99, size = 80, normalized size = 1.16 \begin {gather*} B c^{3} \log {\relax (x )} + \frac {- 3 A b^{3} + x^{3} \left (- 12 A c^{3} - 36 B b c^{2}\right ) + x^{2} \left (- 18 A b c^{2} - 18 B b^{2} c\right ) + x \left (- 12 A b^{2} c - 4 B b^{3}\right )}{12 x^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x+A)*(c*x**2+b*x)**3/x**8,x)

[Out]

B*c**3*log(x) + (-3*A*b**3 + x**3*(-12*A*c**3 - 36*B*b*c**2) + x**2*(-18*A*b*c**2 - 18*B*b**2*c) + x*(-12*A*b*
*2*c - 4*B*b**3))/(12*x**4)

________________________________________________________________________________________